From edfcc3dd418cad6d65b5a64eaa5cd0188a982ac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 15 Apr 2010 22:56:07 +0200 Subject: [PATCH] [docs] Fix GtkWidget and GtkFileChooser documentation gtk-doc version >= 1.14 is more strict, It produces valid xml if the source is valid. --- gtk/gtkfilechooser.c | 1 + gtk/gtkwidget.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 048e89182a..85f972f064 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -72,6 +72,7 @@ * * * + * * * File Names and Encodings * When the user is finished selecting files in a diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 58ed371128..2ee01d9700 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -62,6 +62,7 @@ * * GtkWidget is the base class all widgets in GTK+ derive from. It manages the * widget lifecycle, states and style. + * * * * GtkWidget introduces style -- 2.30.2